ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / LegendItemBase Class / OnItemSelectedInEditor Method

In This Topic
    OnItemSelectedInEditor Method (LegendItemBase)
    In This Topic
    Called by design time editor when item is selected. Allows to update readonly-ness of properties depending on values etc.
    Syntax
    'Declaration
     
    Public Overridable Sub OnItemSelectedInEditor() 
    public virtual void OnItemSelectedInEditor()
    See Also