Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / OnChanged Method
Object that raised the event
Event arguments


In This Topic
    OnChanged Method (PSShape)
    In This Topic
    Raises the FarPoint.Win.ElementWindowless.Changed event when the element has changed.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnChanged( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As PSShape
    Dim sender As Object
    Dim e As EventArgs
     
    instance.OnChanged(sender, e)
    protected override void OnChanged( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Object that raised the event
    e
    Event arguments
    See Also