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

In This Topic
    Cancel Property (CommitChangesEventsArgs)
    In This Topic
    Gets or sets a value indicating whether this commit will be canceled.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}

    Property Value

    true if cancel; otherwise, false.
    See Also