FlowDocumentReader.OnInitialized(EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理 Initialized 路由事件。
protected:
override void OnInitialized(EventArgs ^ e);
protected override void OnInitialized (EventArgs e);
override this.OnInitialized : EventArgs -> unit
Protected Overrides Sub OnInitialized (e As EventArgs)
參數
EventArgs 物件,包含與 Initialized 路由事件相關聯的引數。
備註
當 屬性為 true
時, IsInitialized 會呼叫這個方法。
這個方法會覆寫 FrameworkElement.OnInitialized。