Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataRowView Class / GetDefaultEvent Method


In This Topic
    GetDefaultEvent Method
    In This Topic
    Returns the default event for this instance of a component.
    Syntax
    'Declaration
     
    
    Public Function GetDefaultEvent() As EventDescriptor
    'Usage
     
    
    Dim instance As SpreadDataRowView
    Dim value As EventDescriptor
     
    value = instance.GetDefaultEvent()
    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