Method | Description | |
---|---|---|
RemoveObjectEventArgs ( ICmObject goner, int flid, int index ) : System |
Construct one for object deletion. For the index, pass -1 for a collection and -2 for atomic.
|
|
RemoveObjectEventArgs ( ICmObject goner, int flid, int index, bool forDeletion ) : System |
Construct one. For the index, pass -1 for a collection and -2 for atomic.
|
|
RemoveObjectEventArgs ( ICmObject goner, int flid, int index, bool forDeletion, bool delaySideEffects ) : System |
Construct one. For the index, pass -1 for a collection and -2 for atomic.
|
public RemoveObjectEventArgs ( ICmObject goner, int flid, int index ) : System | ||
goner | ICmObject | |
flid | int | |
index | int | |
return | System |
public RemoveObjectEventArgs ( ICmObject goner, int flid, int index, bool forDeletion ) : System | ||
goner | ICmObject | |
flid | int | |
index | int | |
forDeletion | bool | |
return | System |
public RemoveObjectEventArgs ( ICmObject goner, int flid, int index, bool forDeletion, bool delaySideEffects ) : System | ||
goner | ICmObject | |
flid | int | |
index | int | |
forDeletion | bool | |
delaySideEffects | bool | |
return | System |