ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomProperties Class / GetEvents Method / GetEvents() Method

In This Topic
    GetEvents() Method
    In This Topic
    Gets the event descriptor collection of the custom attributes object.
    Syntax
    'Declaration
     
    Public Overloads Function GetEvents() As EventDescriptorCollection
    public EventDescriptorCollection GetEvents()

    Return Value

    An System.ComponentModel.EventDescriptorCollection that represents the events for this component instance.
    See Also