Objective Grid for Microsoft® .NET® Reference Guide

ButtonClickedRowColEventArgs.Handled Property

Back to Class Index

Gets or sets a value to show that the event has been handled.     

[Visual Basic]
Public Property Handled As Boolean
[C#]
public bool Handled {get; set;}

Remarks

    

Set the Handled to true to communicate with other delegates that the event has been handled. Setting Handled to true does not prevent the base class handling of the mouse event.     

    

See Also

ButtonClickedRowColEventArgs Class | ButtonClickedRowColEventArgs Members | Stingray.Grid Namespace