C1.Silverlight.Docking Namespace > C1DockControl Class : PickerLoading Event |
'Declaration Public Event PickerLoading As System.EventHandler(Of PickerLoadingEventArgs)
public event System.EventHandler<PickerLoadingEventArgs> PickerLoading
The event handler receives an argument of type PickerLoadingEventArgs containing data related to this event. The following PickerLoadingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ShowBottomInnerPart | Gets or sets a value that determines whether the bottom C1DockPickerPart for the target C1DockTabControl is visible. |
ShowBottomOuterPart | Gets or sets a value that determines whether the bottom C1DockPickerPart for the whole C1DockControl is visible. |
ShowLeftInnerPart | Gets or sets a value that determines whether the left C1DockPickerPart for the target C1DockTabControl is visible. |
ShowLeftOuterPart | Gets or sets a value that determines whether the left C1DockPickerPart for the whole C1DockControl is visible. |
ShowOverInnerPart | Gets or sets a value that determines whether the center C1DockPickerPart for the target C1DockTabControl is visible. |
ShowRightInnerPart | Gets or sets a value that determines whether the right C1DockPickerPart for the target C1DockTabControl is visible. |
ShowRightOuterPart | Gets or sets a value that determines whether the right C1DockPickerPart for the whole C1DockControl is visible. |
ShowTopInnerPart | Gets or sets a value that determines whether the top C1DockPickerPart for the target C1DockTabControl is visible. |
ShowTopOuterPart | Gets or sets a value that determines whether the top C1DockPickerPart for the whole C1DockControl is visible. |
Source | Gets the C1DockTabControl or C1DockTabItem that is being dragged. |
Target | Gets the C1DockTabControl below the mouse. |
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