Event class for the DockModeChanged event.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public class ItemDockModeChangedEventArgs : EventArgs
Visual Basic
Public Class ItemDockModeChangedEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.Silverlight.Docking..::..ItemDockModeChangedEventArgs

See Also