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