Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeSettingPropertyValueEventArgs Class / OwnerObject Property


In This Topic
    OwnerObject Property
    In This Topic
    Gets the owner object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OwnerObject As Object
    'Usage
     
    
    Dim instance As BeforeSettingPropertyValueEventArgs
    Dim value As Object
     
    value = instance.OwnerObject
    public object OwnerObject {get;}
    See Also