Performs necessary operations after the DataListener properties are initialized.

C# | Visual Basic | Visual C++ |
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public void EndInit()
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Sub EndInit
[EditorBrowsableAttribute(EditorBrowsableState::Never)] public: virtual void EndInit() sealed

EndInit()()() should never be called by user-code directly. This method exists solely for use
by the designer if the DataListener is consumed through the designer surface of the IDE.