ComponentOne Extended Library for WPF and Silverlight
IsExpandedChanging Event (C1Expander)

C1.WPF.Extended Namespace > C1Expander Class : IsExpandedChanging Event
Syntax
'Declaration
 
Public Event IsExpandedChanging As EventHandler(Of PropertyChangingEventArgs(Of Boolean))
public event EventHandler<PropertyChangingEventArgs<bool>> IsExpandedChanging
Event Data

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

PropertyDescription
 
(Inherited from C1.WPF.PropertyChangedEventArgs<T>)
(Inherited from C1.WPF.PropertyChangedEventArgs<T>)
See Also