Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / ao 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