PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSWeather.CityChangedHandler

    Handler for event City Changed.

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void CityChangedHandler(StdBEWeatherCity city);
    Parameters
    Type Name Description
    StdBEWeatherCity city

    The city.

    Constructors

    CityChangedHandler(Object, IntPtr)

    Declaration
    public CityChangedHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(StdBEWeatherCity, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(StdBEWeatherCity city, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    StdBEWeatherCity city
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(StdBEWeatherCity)

    Declaration
    public virtual void Invoke(StdBEWeatherCity city)
    Parameters
    Type Name Description
    StdBEWeatherCity city