Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / as Class / SetDirty Method / SetDirty(Boolean,Boolean) Method

In This Topic
    SetDirty(Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetDirty( _
       ByVal dirty As System.Boolean, _
       ByVal layoutOnly As System.Boolean _
    ) 
    public void SetDirty( 
       System.bool dirty,
       System.bool layoutOnly
    )

    Parameters

    dirty
    layoutOnly
    See Also