[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ChildControlEventArgs

ChildControlEventArgs Class

Represents the event data for the child control related events for the Spread component.

Inheritance
ChildControlEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class ChildControlEventArgs : EventArgs
Public Class ChildControlEventArgs
    Inherits EventArgs

Constructors

Name Description
ChildControlEventArgs(Control)

Creates a new object with the ChildControl event arguments.

Properties

Name Description
Cancel

Gets or sets whether to cancel the event action.

ChildControl

Gets the child control for the event.

OSZAR »