public interface ICommandSource<out TEventArgs> : ICommandSource
where TEventArgs : EventArgs
Public Interface ICommandSource(Of Out TEventArgs As EventArgs)
Inherits ICommandSourcegeneric<typename TEventArgs>
where TEventArgs : EventArgs
public interface class ICommandSource : ICommandSourcetype ICommandSource<'TEventArgs when 'TEventArgs : EventArgs> =
interface
interface ICommandSource
end| EventArgs | Gets a TEventArgs instance containing the event data. |
| Source |
Gets the source of the invocation, which is the object that triggered the event.
(Inherited from ICommandSource) |
| TriggeringEvent |
Gets the triggering event of the source object.
(Inherited from ICommandSource) |