IEvent<TEventArgs> Interface

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Interface IEvent(Of Out TEventArgs)
public interface IEvent<out TEventArgs>
generic<typename TEventArgs>
public interface class IEvent
type IEvent<'TEventArgs> =  interface end

Type Parameters

  • out TEventArgs
    This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.

The IEvent<TEventArgs> type exposes the following members.

Properties

  Name Description
Public property EventArgs
Public property Sender

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

See Also

Reference

Microsoft.Phone.Reactive Namespace