Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DelegateResolveEventArgs Class / Delegate Property


In This Topic
    Delegate Property
    In This Topic
    Gets or sets the macro delegate.
    Syntax
    'Declaration
     
    
    Public Property Delegate As Delegate
    'Usage
     
    
    Dim instance As DelegateResolveEventArgs
    Dim value As Delegate
     
    instance.Delegate = value
     
    value = instance.Delegate
    public Delegate Delegate {get; set;}
    See Also