USDTabControl.OnItemsChanged Method
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Styles
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim e As NotifyCollectionChangedEventArgs
Me.OnItemsChanged(e)
Syntax
'Declaration
Protected Overrides Sub OnItemsChanged ( _
e As NotifyCollectionChangedEventArgs _
)
protected override void OnItemsChanged (
NotifyCollectionChangedEventArgs e
)
protected:
virtual void OnItemsChanged (
NotifyCollectionChangedEventArgs^ e
) override
protected void OnItemsChanged (
NotifyCollectionChangedEventArgs e
)
protected override function OnItemsChanged (
e : NotifyCollectionChangedEventArgs
)
Parameters
- e
Specifies the event arguments.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
USDTabControl Class
USDTabControl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Styles Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.