get_Cancel()

CancelEventArgs::get_Cancel() method

Gets value indicating whether the event should be cancelled.

bool System::ComponentModel::CancelEventArgs::get_Cancel()

Return Value

True if event should be cancelled, false otherwise.

See Also