Click or drag to resize

StiEventsCollectionInsert Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Events.StiEventsCollection.Insert(System.Int32,Stimulsoft.Report.Events.StiEvent)"]

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void Insert(
	int index,
	StiEvent ev
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Report.Events.StiEventsCollection.Insert(System.Int32,Stimulsoft.Report.Events.StiEvent)"]

ev
Type: Stimulsoft.Report.EventsStiEvent

[Missing <param name="ev"/> documentation for "M:Stimulsoft.Report.Events.StiEventsCollection.Insert(System.Int32,Stimulsoft.Report.Events.StiEvent)"]

See Also