AbortCheckEventArgs C# Reference Documentation

AbortCheckEventArgs

Current Version: 9.5.0.72

Used in the AbortCheck event callback.

Properties

Abort
public bool Abort {get; set; }

If set to true, then aborts the current method call.

top