示例#1
0
 /// <summary>
 /// <para>Initialises this instance.</para>
 /// </summary>
 /// <param name="type">
 /// A <see cref="CachingEventType"/>
 /// </param>
 public CachingEventArgs (CachingEventType type)
 {
   this.EventType = type;
 }
示例#2
0
 /// <summary>
 /// <para>Initialises this instance.</para>
 /// </summary>
 /// <param name="type">
 /// A <see cref="CachingEventType"/>
 /// </param>
 public CachingEventArgs(CachingEventType type)
 {
     this.EventType = type;
 }