ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / CustomProperties Class / GetDefaultEvent Method

In This Topic
    GetDefaultEvent Method
    In This Topic
    Returns the default event for this object.
    Syntax
    'Declaration
     
    Public Function GetDefaultEvent() As EventDescriptor
    public EventDescriptor GetDefaultEvent()

    Return Value

    An System.ComponentModel.EventDescriptor that represents the default event for this object, or null if this object does not have events.
    See Also