Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Expander Class / IsExpandedChanging Event

In This Topic
    IsExpandedChanging Event (C1Expander)
    In This Topic
    Occurs before the C1Expander is expanded.
    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
    Gets or sets a value indicating whether this C1.WPF.PropertyChangingEventArgs`1 is cancel.  
    (Inherited from C1.WPF.PropertyChangedEventArgs<T>)
    (Inherited from C1.WPF.PropertyChangedEventArgs<T>)
    See Also