Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / ChangingPropertyBoxEventArgs Class / Cancel Property

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