WinUI | ComponentOne
C1.WinUI.Accordion Assembly / C1.WinUI.Accordion Namespace / C1Expander Class / IsExpandedChanging Event
In This Topic
    IsExpandedChanging Event
    In This Topic
    Occurs before the C1Expander is expanded.
    Syntax
    public event EventHandler<PropertyChangingEventArgs<bool>> IsExpandedChanging
    Event Data

    The event handler receives an argument of type 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 PropertyChangingEventArgs<T> is cancel.  
    The value of the property after the change. (Inherited from C1.WinUI.Core.PropertyChangedEventArgs<T>)
    The value of the property before the change. (Inherited from C1.WinUI.Core.PropertyChangedEventArgs<T>)
    See Also