ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / CustomTaskPropertyDescriptor Class / AddValueChanged Method

In This Topic
    AddValueChanged Method (CustomTaskPropertyDescriptor)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub AddValueChanged( _
       ByVal component As System.Object, _
       ByVal handler As System.EventHandler _
    ) 
    public virtual void AddValueChanged( 
       System.object component,
       System.EventHandler handler
    )

    Parameters

    component
    handler
    See Also