Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataRowView Class / GetEvents Method / GetEvents() Method


In This Topic
    GetEvents() Method
    In This Topic
    Returns the events for this instance of a component.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetEvents() As EventDescriptorCollection
    'Usage
     
    
    Dim instance As SpreadDataRowView
    Dim value As EventDescriptorCollection
     
    value = instance.GetEvents()
    public EventDescriptorCollection GetEvents()

    Return Value

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