Spread Windows Forms 15.0
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
    public object Tag {get;}
    See Also