Click or drag to resize

StiUserGetDataEventHandler Delegate

Represents the method that handles the UserGetData event.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public delegate void StiUserGetDataEventHandler(
	Object sender,
	StiUserGetDataEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Stimulsoft.Report.DictionaryStiUserGetDataEventArgs
See Also