'Declaration Public Event PickerLoading As EventHandler(Of PickerLoadingEventArgs)
public event EventHandler<PickerLoadingEventArgs> PickerLoading
Event Data
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. |
See Also