MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.FilterItem Event
See Also
 





Raised to allow filtering specific items from the view.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public event EventHandler<ItemConfirmEventArgs> FilterItem

Visual Basic  Copy Code

Public Event FilterItem As EventHandler(Of ItemConfirmEventArgs)

 Event Data

FilterItem event handlers receive an argument of type ItemConfirmEventArgs.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace