Delegate Explorer.NotifyNodeSelectedPreCallback
Assembly: NXOpenUI.dll
Syntax
public delegate int Explorer.NotifyNodeSelectedPreCallback(Explorer explorer, int nextNode)
Parameters
Returns
Constructors
NotifyNodeSelectedPreCallback(object, nint)
Declaration
public NotifyNodeSelectedPreCallback(object @object, nint method)
Parameters
Methods
BeginInvoke(Explorer, int, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(Explorer explorer, int nextNode, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(Explorer, int)
Declaration
public virtual int Invoke(Explorer explorer, int nextNode)
Parameters
Returns