Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ResolveCustomControlEventArgs Class / Tag Property


In This Topic
Tag Property (ResolveCustomControlEventArgs)
In This Topic
Gets the associated data of the event.
Syntax
'Declaration
 
Public ReadOnly Property Tag As Object
 
'Usage
 
Dim instance As ResolveCustomControlEventArgs
Dim value As Object
 
value = instance.Tag
See Also