<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapPage Class / OnUpdating Method
System.EventArgs that contains the event data.

In This Topic
    OnUpdating Method (C1OlapPage)
    In This Topic
    Raises the Updating event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnUpdating( _
       ByVal e As EventArgs _
    ) 
    protected virtual void OnUpdating( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also