FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ShapeField Class / OnSerializeAdded Method

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