Spread Windows Forms 12.0 Product Documentation
Accepted Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ConfirmationEventArgs Class : Accepted Property
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

Reference

ConfirmationEventArgs Class
ConfirmationEventArgs Members