Class ClearCollectionEventArgs
Before the collection is cleared
Inheritance
System.Object
System.EventArgs
ClearCollectionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Collections.Generic
Assembly: Simplic.CoreLib.dll
Syntax
public class ClearCollectionEventArgs : EventArgs
Properties
| Improve this Doc View SourceCancel
Gets or sets whether to cancel the action
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |