'DeclarationPublic Property Continue As Boolean
'UsageDim instance As ShapeEventArgs Dim value As Boolean instance.Continue = value value = instance.Continue
public bool Continue {get; set;}
Property Value
true if the default process is continuing; otherwise, the default process will be skipped.