Пример #1
0
 public AddressBookDirectoryEventArgs(AddressBookDirectory directory, AddressingActions action) : base(directory, action)
 {
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the X class
 /// </summary>
 /// <param name="addressBook">The context of the event</param>
 /// <param name="action">The action taken on the context</param>
 public AddressingEventArgs(object context, AddressingActions action) : base()
 {
     _context = context;
     _action  = action;
 }
		/// <summary>
		/// Initializes a new instance of the AddressBookEventArgs class
		/// </summary>
		/// <param name="addressBook">The context of the event</param>
		/// <param name="action">The action taken on the context</param>
		public AddressBookEventArgs(AddressBook addressBook, AddressingActions action) : base(addressBook, action)
		{
			
		}		
		/// <summary>
		/// Initializes a new instance of the X class
		/// </summary>
		/// <param name="addressBook">The context of the event</param>
		/// <param name="action">The action taken on the context</param>
		public AddressingEventArgs(object context, AddressingActions action) : base()
		{
			_context = context;
			_action = action;
		}
		public AddressBookDirectoryEventArgs(AddressBookDirectory directory, AddressingActions action) : base(directory, action)
		{
			
		}
 /// <summary>
 /// Initializes a new instance of the AddressBookItemEventArgs class
 /// </summary>
 /// <param name="addressBook">The context of the event</param>
 /// <param name="action">The action taken on the context</param>
 public AddressBookItemEventArgs(AddressBookItem item, AddressingActions action) : base(item, action)
 {
 }
 /// <summary>
 /// Initializes a new instance of the AddressBookEventArgs class
 /// </summary>
 /// <param name="addressBook">The context of the event</param>
 /// <param name="action">The action taken on the context</param>
 public AddressBookEventArgs(AddressBook addressBook, AddressingActions action) : base(addressBook, action)
 {
 }
		/// <summary>
		/// Initializes a new instance of the AddressBookItemEventArgs class
		/// </summary>
		/// <param name="addressBook">The context of the event</param>
		/// <param name="action">The action taken on the context</param>
		public AddressBookItemEventArgs(AddressBookItem item, AddressingActions action) : base(item, action)
		{

		}