C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / CheckBoxField Class / OnSerializeAdded Method

In This Topic
OnSerializeAdded Method (CheckBoxField)
In This Topic
Post action after the field is added to the parent report's fields colleciton.
Syntax
'Declaration
 
Protected Overridable Sub OnSerializeAdded() 
 
Remarks
The ParentReport is not null on calling this method.
See Also