public static void SetLoadedCommand(
DependencyObject obj,
ICommand value
)
Public Shared Sub SetLoadedCommand (
obj As DependencyObject,
value As ICommand
)
public:
static void SetLoadedCommand(
DependencyObject^ obj,
ICommand^ value
)
static member SetLoadedCommand :
obj : DependencyObject *
value : ICommand -> unit