[]
        
(Showing Draft Content)

C1.Win.Sizer.C1SizerLightEventHandler

C1SizerLightEventHandler Delegate

Represents the method that will handle the ResizingFont and ResizingControl events of a C1SizerLight component.

Namespace: C1.Win.Sizer
Assembly: C1.Win.Sizer.8.dll
Syntax
public delegate void C1SizerLightEventHandler(object sender, C1SizerLightEventArgs e)
Parameters
Type Name Description
object sender Represents the method that will handle the and events of a component.
C1SizerLightEventArgs e Represents the method that will handle the and events of a component.

Constructors

Name Description
C1SizerLightEventHandler(object, nint)

Methods

Name Description
BeginInvoke(object, C1SizerLightEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, C1SizerLightEventArgs)