| Visual Basic (Declaration) | |
|---|---|
Public Property Handled As Boolean | |
| C# | |
|---|---|
public bool Handled {get; set;} | |
Property Value
BooleanSetting this property to True will prevent any further click related operations (such as selecting the item) from occurring, as the developer has indicated they have handled such operations.