CallbackContextEventT1, T2Invoke Method |
Raises the event.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 17.00.05
Syntaxpublic void Invoke(
T1 arg1,
T2 arg2
)
Parameters
- arg1
- Type: T1
[Missing <param name="arg1"/> documentation for "M:Demo3D.Net.CallbackContextEvent`2.Invoke(`0,`1)"]
- arg2
- Type: T2
[Missing <param name="arg2"/> documentation for "M:Demo3D.Net.CallbackContextEvent`2.Invoke(`0,`1)"]
See Also