Table of Contents

Property Cancel

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Cancel

When set to true, this event will be canceled.

public bool Cancel { get; set; }

Property Value

bool

Remarks

If IsCancelable is False, setting this value to True will cause an InvalidOperationException to be thrown.