Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingChangedEventHandler Delegate


In This Topic
    ConditionalFormattingChangedEventHandler Delegate
    In This Topic
    Represents a method that handles the conditional formatting Changed events.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ConditionalFormattingChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As ConditionalFormattingChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New ConditionalFormattingChangedEventHandler(AddressOf HandlerMethod)
    public delegate void ConditionalFormattingChangedEventHandler( 
       object sender,
       ConditionalFormattingChangedEventArgs e
    )

    Parameters

    sender
    e
    See Also