Click or drag to resize
ExtenderTInitialize Method
Allows the extender to attach a behavior to the specified instance.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected abstract void Initialize(
	T instance
)

Parameters

instance
Type: T
The instance to attach a behavior to.
See Also