'Declaration Public Overloads Function EndInit( _
ByVal needInvalidateA value indicating whether the Invalidate method must be called if necessary.As Boolean _
) As Boolean
public bool EndInit(
bool needInvalidate
)
public: bool EndInit(
bool needInvalidate
)
public:
bool EndInit(
bool needInvalidate
)
Parameters
- needInvalidate
- A value indicating whether the Invalidate method must be called if necessary.
Return Value
True - the Invalidate method was called or call is not necessary; false - the Invalidate method must be called but not called.