예제 #1
0
 /// <summary>
 /// Creates a new instance of the ContextEventArgs class to represent the
 /// supplied context event.
 /// </summary>
 /// <param name="e">The type of context event.</param>
 public ContextEventArgs(ContextEvent e)
 {
     _contextEvent = e;
 }
		/// <summary>
		/// Creates a new instance of the ContextEventArgs class to represent the
		/// supplied context event.
		/// </summary>
		/// <param name="e">The type of context event.</param>
		public ContextEventArgs(ContextEvent e)
		{
			_contextEvent = e;
		}