[]
Event class for the C1DockControl.PickerLoading event.
public class PickerLoadingEventArgs : EventArgs
| Name | 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. |