ReadEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void ReadEventHandler(System::Object ^ src, EventArgs ^ args);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ReadEventHandler(object src, EventArgs args);
type ReadEventHandler = delegate of obj * EventArgs -> unit
Public Delegate Sub ReadEventHandler(src As Object, args As EventArgs)
Parameters
- src
- Object
- args
- EventArgs
- Attributes