Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
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.
public COneTimer() Custom Attributes: Description:
public COneTimer(System.EventHandler handler, System.Int32 interval, System.Boolean fStart, System.Boolean fAutoDispose) Custom Attributes: Description:
private System.Boolean m_AutoDispose Custom Attributes: Description:
public System.Boolean AutoDispose {get;}
Custom Attributes:
Description:
protected override void OnTick(System.EventArgs e) Custom Attributes: Description:
static public Gregor.Core.COneTimer Set(System.EventHandler handler, System.Int32 interval) Custom Attributes: Description:
System.ComponentModel.DefaultEventAttribute
System.ComponentModel.DefaultPropertyAttribute
System.ComponentModel.DesignerCategoryAttribute
System.ComponentModel.ToolboxItemFilterAttribute
System.Windows.Forms.SRDescriptionAttribute