GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRulerCursor Class / PropertyChanging Event
In This Topic
    PropertyChanging Event
    In This Topic
    This event occurs just before a property is changed.
    Syntax
    public event PropertyChangedEventHandler PropertyChanging
    Event Data

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

    PropertyDescription
     
    See Also