[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Data.SpreadDataRowView.GetDefaultEvent

GetDefaultEvent Method

GetDefaultEvent()

Returns the default event for this instance of a component.

Declaration
public EventDescriptor GetDefaultEvent()
Public Function GetDefaultEvent() As EventDescriptor
Returns
Type Description
EventDescriptor

A EventDescriptor that represents the default event for this object, or null if this object does not have events.

Implements