WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridImageColumn Class / PropertyChanging Event
In This Topic
    PropertyChanging Event (GridImageColumn)
    In This Topic
    Occurs before a property value changes.
    Syntax
    public event PropertyChangingEventHandler PropertyChanging
    Event Data

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

    PropertyDescription
     
    See Also