ClassSelectionBridgeEventArgs
Class
EventArgs associated with SelectionBridge events.
Definition
Namespace:Telerik.Windows.Controls.MultiColumnComboBox
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class SelectionBridgeEventArgs : EventArgs
Inheritance: objectEventArgsSelectionBridgeEventArgs
Inherited Members
Properties
SelectionBridge
Gets or sets the SelectionBridge instance.
Declaration
cs-api-definition
public ISelectionBridge SelectionBridge { get; set; }
Property Value