Delegate Selection._SelectionCallback
Assembly: NXOpenUI.dll
Syntax
delegate int _SelectionCallback(int num_selected, IntPtr selected_objects, int num_deselected, IntPtr deselected_objects, IntPtr selectHandle);
Parameters
Type |
Name |
Description |
System.Int32 |
num_selected |
|
System.IntPtr |
selected_objects |
|
System.Int32 |
num_deselected |
|
System.IntPtr |
deselected_objects |
|
System.IntPtr |
selectHandle |
|
Returns
Type |
Description |
System.Int32 |
|
Constructors
_SelectionCallback(Object, IntPtr)
Declaration
public _SelectionCallback(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Int32, IntPtr, Int32, IntPtr, IntPtr, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(int num_selected, IntPtr selected_objects, int num_deselected, IntPtr deselected_objects, IntPtr selectHandle, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Int32 |
num_selected |
|
System.IntPtr |
selected_objects |
|
System.Int32 |
num_deselected |
|
System.IntPtr |
deselected_objects |
|
System.IntPtr |
selectHandle |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Int32 |
|
Invoke(Int32, IntPtr, Int32, IntPtr, IntPtr)
Declaration
public virtual int Invoke(int num_selected, IntPtr selected_objects, int num_deselected, IntPtr deselected_objects, IntPtr selectHandle)
Parameters
Type |
Name |
Description |
System.Int32 |
num_selected |
|
System.IntPtr |
selected_objects |
|
System.Int32 |
num_deselected |
|
System.IntPtr |
deselected_objects |
|
System.IntPtr |
selectHandle |
|
Returns
Type |
Description |
System.Int32 |
|