Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / CancelSourceEventArgs Class / Cancel Property

In This Topic
    Cancel Property (CancelSourceEventArgs)
    In This Topic
    Gets or sets a value indicating whether the event should be canceled.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also