c# - What is Control.Disposing Property? -


according msdn:

control.disposing property gets value indicating whether base control class in process of disposing.

but when checked, disposing property of control false (inside dispose() method itself).

when disposing property become true?

control.disposing becomes true after dispose() called , after disposed becomes false again , isdisposed becomes true.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -