Version

Search Results

PaneSettings Constructor(SerializationInfo,StreamingContext)

Constructor used during deserialization to initialize a new PaneSettings object with the serialized property values. Syntax Parameters info The SerializationInfo instance that contains the data to be serialized.context The StreamingContext instance which describes the source and destination of the serialized strea...

PaneSettings Constructor

Overload List

PanesEventArgs Class

Event parameters used for events which pass an array of DockablePaneBase instances. Syntax Example The following code listens to the AfterSplitterDrag event and logs which panes have been resized. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#...

PanesEventArgs Class Members

Public Constructors Public Properties

Panes Property (PanesEventArgs)

DockablePaneBase instances associated with the event. This property is read-only. Syntax Example The following code listens to the AfterSplitterDrag event and logs which panes have been resized. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. ...

PanesEventArgs Constructor

Initializes a new PanesEventArgs with the specified array of DockablePaneBase instances Syntax Parameters panes An array of panes

PanesEventHandler Delegate

Delegate for handling an event involving one or more DockablePaneBase instances. Syntax Parameters sender e Example The following code listens to the AfterSplitterDrag event and logs which panes have been resized. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Ba...

PaneSlidingGroupUIElement Class

PaneSlidingGroupUIElement Syntax

PaneSlidingGroupUIElement Class Events

For a list of all members of this type, see PaneSlidingGroupUIElement members. Public Events Name Description ElementClick (Inherited from Infragistics.Win.ButtonUIElementBase) Top