Click or drag to resize
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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void BeforeUpdate(
	string name,
	string description
)

Parameters

name
Type: SystemString
The new name
description
Type: SystemString
The new description
See Also