Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarAdapter Class / UnbindSlot Method
The slot presenter.
The info about the slot.
The kind of slot.

In This Topic
    UnbindSlot Method
    In This Topic
    Unbinds the slot from the slotInfo.
    Syntax
    'Declaration
     
    
    Public Overridable Sub UnbindSlot( _
       ByVal slot As CalendarSlotPresenter, _
       ByVal slotInfo As CalendarSlotInfo, _
       ByVal slotKind As Object _
    ) 
    public virtual void UnbindSlot( 
       CalendarSlotPresenter slot,
       CalendarSlotInfo slotInfo,
       object slotKind
    )

    Parameters

    slot
    The slot presenter.
    slotInfo
    The info about the slot.
    slotKind
    The kind of slot.
    See Also