Map for WinForms | ComponentOne
C1.Win.Map Namespace / IEditingNotify Interface / OnEditing Property

In This Topic
    OnEditing Property (IEditingNotify)
    In This Topic
    Gets or sets whether the object is under editing.
    Syntax
    'Declaration
     
    
    Property OnEditing As Boolean
    bool OnEditing {get; set;}
    Remarks
    Use it for design time support, prevent the notify of property changed.
    See Also