다음을 통해 공유


Control.IEvent<'Delegate,'Args> 인터페이스(F#)

CLI Framework 표준을 따르는 CLI 이벤트에 대한 첫 번째 클래스 이벤트 값입니다.

네임스페이스/모듈 경로: Microsoft.FSharp.Control

어셈블리: FSharp.Core(FSharp.Core.dll)

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

플랫폼

Windows Windows 서버 2012, Windows Server 2008 R2, Windows 7, 8

버전 정보

F# 코어 라이브러리 버전

지원: 2.0, 4.0, 노트북

참고 항목

참조

Microsoft.FSharp.Control 네임스페이스(F#)

IObservable

Control.IDelegateEvent<'Delegate> 인터페이스(F#)

System.IObservable<'T> 인터페이스(F#)