OnDelete Method (ISwManipulatorHandler)
Obsolete. Superseded by ISwManipulatorHandler2::OnDelete.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function OnDelete( _
ByVal pManipulator As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwManipulatorHandler
Dim pManipulator As System.Object
Dim value As System.Boolean
value = instance.OnDelete(pManipulator) |
C++/CLI | |
---|
System.bool OnDelete(
& System.Object^ pManipulator
) |
Parameters
- pManipulator
-
See Also