Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Initializes a new instance of the ItemStyleEventArgs class

Namespace:  Developpez.Dotnet.Windows.Forms.Controls
Assembly:  Developpez.Dotnet.Windows.Forms (in Developpez.Dotnet.Windows.Forms.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ItemStyleEventArgs(
	ItemStyleComboBox comboBox,
	DrawItemEventArgs e
)
Visual Basic (Declaration)
Public Sub New ( _
	comboBox As ItemStyleComboBox, _
	e As DrawItemEventArgs _
)
Visual C++
public:
ItemStyleEventArgs(
	ItemStyleComboBox^ comboBox, 
	DrawItemEventArgs^ e
)

Parameters

comboBox
Type: Developpez.Dotnet.Windows.Forms.Controls..::.ItemStyleComboBox

[Missing <param name="comboBox"/> documentation for "M:Developpez.Dotnet.Windows.Forms.Controls.ItemStyleEventArgs.#ctor(Developpez.Dotnet.Windows.Forms.Controls.ItemStyleComboBox,System.Windows.Forms.DrawItemEventArgs)"]

e
Type: System.Windows.Forms..::.DrawItemEventArgs

[Missing <param name="e"/> documentation for "M:Developpez.Dotnet.Windows.Forms.Controls.ItemStyleEventArgs.#ctor(Developpez.Dotnet.Windows.Forms.Controls.ItemStyleComboBox,System.Windows.Forms.DrawItemEventArgs)"]

See Also