 | IMultiSelectionEventArgs Interface |
Args for the MultiSelection event
Namespace:
EBP.Api.Interfaces.Controls.List
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxpublic interface IMultiSelectionEventArgs : IEventArgs,
IDisposable, IEquatable<IProxy>
Public Interface IMultiSelectionEventArgs
Inherits IEventArgs, IDisposable, IEquatable(Of IProxy)
The IMultiSelectionEventArgs type exposes the following members.
Properties
| Name | Description |
---|
 | Keys |
Gets the selected keys
|
Top
Methods
| Name | Description |
---|
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top
See Also