Compartilhar via


Interface Control.IEvent<'Delegate,'Args> (F#)

Valores de evento da primeira classe para eventos de CLI que está de acordo com os padrões estrutura de CLI.

Namespace/Module Path: Microsoft.FSharp.Control

Assembly: FSharp.Core (em FSharp.Core.dll)

type IEvent<'Delegate,'Args when 'Delegate : delegate<'Args,unit> and 'Delegate :> System.Delegate> =
 interface
  inherit IObservable<'Args>
  inherit IDelegateEvent<'Delegate>
 end

Plataformas

O windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informações de Versão

Versões da biblioteca principal de F#

Suportado em: 2,0, 4,0, portáteis

Consulte também

Referência

Namespace Microsoft.FSharp.Control (F#)

IObservable

Interface Control.IDelegateEvent<'Delegate> (F#)

Interface System.IObservable<'T> (F#)