Triggered when a 3D object exits the edit mode.
[Visual Basic .NET] |
---|
Public Event OnObjectEditingStop( _ ByVal Path As String _ ) |
[C#] |
---|
public void OnObjectEditingStop( string Path ); |
[Managed C++] |
---|
public: void OnObjectEditingStop( String __gc ^ Path ); |
[Java] |
---|
public void onObjectEditingStop( String Path ); |
[Unmanaged C++] |
---|
public: void OnObjectEditingStop( BSTR Path ); |
- Path