C1.Silverlight.Extended Namespace > C1Expander Class : IsExpandedChanging Event |
'Declaration
Public Event IsExpandedChanging As EventHandler(Of PropertyChangingEventArgs(Of Boolean))
public event EventHandler<PropertyChangingEventArgs<bool>> IsExpandedChanging
The event handler receives an argument of type C1.Silverlight.PropertyChangingEventArgs<T> containing data related to this event. The following PropertyChangingEventArgs<T> properties provide information specific to this event.
Property | Description |
---|---|
Cancel | |
NewValue | (Inherited from C1.Silverlight.PropertyChangedEventArgs<T>) |
OldValue | (Inherited from C1.Silverlight.PropertyChangedEventArgs<T>) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2