Click or drag to resize

StiGetPropertiesEventArgs Constructor

Initializes a new instance of the StiGetPropertiesEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiGetPropertiesEventArgs(
	Object[] selectedObjects,
	PropertyDescriptorCollection properties,
	PropertySort propertySort,
	StiGuiMode guiMode
)

Parameters

selectedObjects
Type: SystemObject

[Missing <param name="selectedObjects"/> documentation for "M:Stimulsoft.Report.Events.StiGetPropertiesEventArgs.#ctor(System.Object[],System.ComponentModel.PropertyDescriptorCollection,System.Windows.Forms.PropertySort,Stimulsoft.Base.StiGuiMode)"]

properties
Type: System.ComponentModelPropertyDescriptorCollection

[Missing <param name="properties"/> documentation for "M:Stimulsoft.Report.Events.StiGetPropertiesEventArgs.#ctor(System.Object[],System.ComponentModel.PropertyDescriptorCollection,System.Windows.Forms.PropertySort,Stimulsoft.Base.StiGuiMode)"]

propertySort
Type: System.Windows.FormsPropertySort

[Missing <param name="propertySort"/> documentation for "M:Stimulsoft.Report.Events.StiGetPropertiesEventArgs.#ctor(System.Object[],System.ComponentModel.PropertyDescriptorCollection,System.Windows.Forms.PropertySort,Stimulsoft.Base.StiGuiMode)"]

guiMode
Type: Stimulsoft.BaseStiGuiMode

[Missing <param name="guiMode"/> documentation for "M:Stimulsoft.Report.Events.StiGetPropertiesEventArgs.#ctor(System.Object[],System.ComponentModel.PropertyDescriptorCollection,System.Windows.Forms.PropertySort,Stimulsoft.Base.StiGuiMode)"]

See Also