IObjectEventUpdateImplBeforeUpdate Method |
This method is called before the name or the description of the
object is changed.
Namespace: PDTec.IceNet.Core.Model.ImplementationAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid BeforeUpdate(
string name,
string description
)
Parameters
- name
- Type: SystemString
The new name - description
- Type: SystemString
The new description
See Also