Intersoft ClientUI Documentation
ClearContainerForItemOverride Method (UXScheduleMonthViewMoreItemsList)



The container element used to display the specified item.
The item to display.
Prepares clear the the specified element and specified item.
Syntax
Protected Overrides Sub ClearContainerForItemOverride( _
   ByVal element As DependencyObject, _
   ByVal item As Object _
) 
Dim instance As UXScheduleMonthViewMoreItemsList
Dim element As DependencyObject
Dim item As Object
 
instance.ClearContainerForItemOverride(element, item)
protected override void ClearContainerForItemOverride( 
   DependencyObject element,
   object item
)
protected:
void ClearContainerForItemOverride( 
   DependencyObject^ element,
   Object^ item
) override 

Parameters

element
The container element used to display the specified item.
item
The item to display.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXScheduleMonthViewMoreItemsList Class
UXScheduleMonthViewMoreItemsList Members

Send Feedback