[Gregor.Core.COneTimer]

Gregor.Core.COneTimer

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.COneTimer

: System.Windows.Forms.Timer, System.ComponentModel.IComponent, System.IDisposable

Custom Attributes: System.ComponentModel.DefaultEvent(Name="Tick"), System.ComponentModel.DefaultProperty(Name="Interval"), System.ComponentModel.ToolboxItemFilter(FilterString="System.Windows.Forms", FilterType=0), System.Windows.Forms.SRDescription(Description=...), System.ComponentModel.DesignerCategory(Category="Component")

Description: Die Komponente, die ein Ereignis in benutzerdefinierten Intervallen auslöst.


Members

COneTimer

public COneTimer()

Custom Attributes: 

Description: 

COneTimer

public COneTimer(System.EventHandler handler, System.Int32 interval, System.Boolean fStart, System.Boolean fAutoDispose)

Custom Attributes: 

Description: 

m_AutoDispose

private System.Boolean m_AutoDispose

Custom Attributes: 

Description: 

AutoDispose

public System.Boolean AutoDispose {get;}

Custom Attributes: 

Description: 

OnTick

protected override void OnTick(System.EventArgs e)

Custom Attributes: 

Description: 

Set

static public Gregor.Core.COneTimer Set(System.EventHandler handler, System.Int32 interval)

Custom Attributes: 

Description: 


See Also

Gregor.Core.COneTimer

System.ComponentModel.DefaultEventAttribute

System.ComponentModel.DefaultPropertyAttribute

System.ComponentModel.DesignerCategoryAttribute

System.ComponentModel.ToolboxItemFilterAttribute

System.EventArgs

System.Windows.Forms.SRDescriptionAttribute

System.Windows.Forms.Timer

System.ComponentModel.IComponent

System.IDisposable

System.EventHandler

System.Boolean

System.Int32

System.Void