Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ConfirmationEventArgs Class / Accepted Property


In This Topic
    Accepted Property
    In This Topic
    Gets a value indicating the user's option.
    Syntax
    'Declaration
     
    
    Public Property Accepted As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As ConfirmationEventArgs
    Dim value As Nullable(Of Boolean)
     
    instance.Accepted = value
     
    value = instance.Accepted
    public Nullable<bool> Accepted {get; set;}

    Property Value

    null if user want to use default option, true if user accepted; otherwise, false.
    See Also