Performs necessary operations before the DataListener properties are initialized.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[EditorBrowsableAttribute(EditorBrowsableState.Never)] public void BeginInit()
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Public Sub BeginInit
[EditorBrowsableAttribute(EditorBrowsableState::Never)] public: virtual void BeginInit() sealed
Remarks
BeginInit()()() 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.