Click or drag to resize

IEventArgsT Interface

Generic event implementation

Namespace:  StreetSmart.WinForms.Interfaces
Assembly:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntax
public interface IEventArgs<out T>

Type Parameters

T
Event type

The IEventArgsT type exposes the following members.

Properties
  NameDescription
Public propertyValue
The event value
Top
See Also