This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Namespace: Smartsite.Tools
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public delegate void GenericEventHandler<T, U, V>( T t, U u, V v ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Delegate Sub GenericEventHandler(Of T, U, V) ( _ t As T, _ u As U, _ v As V _ ) |
Parameters
- t
- T
- u
- U
- v
- V
Type Parameters
- T
- U
- V
See Also
Smartsite.Tools Namespace