Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1EditableContentControl Class / IsDirty Property

In This Topic
    IsDirty Property (C1EditableContentControl)
    In This Topic
    Get or sets whether the element was edited during edit mode.
    Syntax
    'Declaration
     
    
    Public Overridable Property IsDirty As Boolean
    public virtual bool IsDirty {get; set;}
    See Also