C# Class mRemoteNG.Tree.ObjectListViewExtensions

Exibir arquivo Open project: mRemoteNG/mRemoteNG

Public Methods

Method Description
Invoke ( this control, MethodInvoker action ) : void
InvokeExpand ( this control, object model ) : void
InvokeRebuildAll ( this control, bool preserveState ) : void

Method Details

Invoke() public static method

public static Invoke ( this control, MethodInvoker action ) : void
control this
action MethodInvoker
return void

InvokeExpand() public static method

public static InvokeExpand ( this control, object model ) : void
control this
model object
return void

InvokeRebuildAll() public static method

public static InvokeRebuildAll ( this control, bool preserveState ) : void
control this
preserveState bool
return void