OnInitialized Method (PropertyBridge)
In This Topic
Synchronize the source and target properties after initializing.
Syntax
'Declaration
Protected Overridable Sub OnInitialized( _
ByVal As EventArgs _
)
protected virtual void OnInitialized(
EventArgs
)
Parameters
- e
See Also