C# Class AvalonStudio.TextEditor.Utils.DelayedEvents.EventCall

Show file Open project: VitalElement/AvalonStudio

Public Methods

Method Description
Call ( ) : void
EventCall ( EventHandler handler, object sender, EventArgs e ) : System

Method Details

Call() public method

public Call ( ) : void
return void

EventCall() public method

public EventCall ( EventHandler handler, object sender, EventArgs e ) : System
handler EventHandler
sender object
e System.EventArgs
return System