Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BeforeRightClickEventArgs Class / Source Property


In This Topic
    Source Property (BeforeRightClickEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Source As Object
    'Usage
     
    Dim instance As BeforeRightClickEventArgs
    Dim value As Object
     
    instance.Source = value
     
    value = instance.Source
    public object Source {get; set;}
    See Also