Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EventListener Class / Target Field


In This Topic
    Target Field
    In This Topic
    Read-only target. This field is read-only.
    Syntax
    'Declaration
     
    
    Public ReadOnly Target As Object
    'Usage
     
    
    Dim instance As EventListener
    Dim value As Object
     
    value = instance.Target
    public readonly object Target
    See Also