'DeclarationPublic Property Accepted As Nullable(Of Boolean)
'UsageDim 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.