'Declaration
Public Property Continue As Boolean
'Usage
Dim 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.