System::ComponentModel::CancelEventArgs::get_Cancel method

CancelEventArgs::get_Cancel method

Gets value indicating whether the event should be cancelled.

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

ReturnValue

True if event should be cancelled, false otherwise.

See Also