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: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void BeforeUpdate(
	string name,
	string description
)

Parameters

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