Click or drag to resize
ClassHelperCompatibilityGetCustomClass Method
Gets the custom class object

Namespace: CMS.Compatibility
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static void GetCustomClass(
	Object sender,
	ClassEventArgs e
)

Parameters

sender
Type: SystemObject
Sender
e
Type: CMS.BaseClassEventArgs
Event argument
See Also