Spread Silverlight Documentation
IsDropDownOpenChanged Event


GrapeCity.Windows.SpreadSheet.UI Namespace > ToolbarDropDown Class : IsDropDownOpenChanged Event
Syntax
'Declaration
 
Public Event IsDropDownOpenChanged As System.EventHandler(Of PropertyChangedEventArgs(Of Boolean))
'Usage
 
Dim instance As ToolbarDropDown
Dim handler As System.EventHandler(Of PropertyChangedEventArgs(Of Boolean))
 
AddHandler instance.IsDropDownOpenChanged, handler
public event System.EventHandler<PropertyChangedEventArgs<bool>> IsDropDownOpenChanged
Event Data

The event handler receives an argument of type C1.Silverlight.SpreadSheet.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.

PropertyDescription
 
 
See Also