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.]

[Missing <summary> documentation for "M:Developpez.Dotnet.Windows.Util.GridViewSort.SetCommand(System.Windows.DependencyObject,System.Windows.Input.ICommand)"]

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

Syntax

C#
public static void SetCommand(
	DependencyObject obj,
	ICommand value
)
Visual Basic (Declaration)
Public Shared Sub SetCommand ( _
	obj As DependencyObject, _
	value As ICommand _
)
Visual C++
public:
static void SetCommand(
	DependencyObject^ obj, 
	ICommand^ value
)

Parameters

obj
Type: System.Windows..::.DependencyObject

[Missing <param name="obj"/> documentation for "M:Developpez.Dotnet.Windows.Util.GridViewSort.SetCommand(System.Windows.DependencyObject,System.Windows.Input.ICommand)"]

value
Type: System.Windows.Input..::.ICommand

[Missing <param name="value"/> documentation for "M:Developpez.Dotnet.Windows.Util.GridViewSort.SetCommand(System.Windows.DependencyObject,System.Windows.Input.ICommand)"]

See Also