From e35b090c5204919b80be40282e4e25be31dae2cc Mon Sep 17 00:00:00 2001 From: "pius.lee" Date: Tue, 24 Oct 2017 20:16:26 +0900 Subject: [PATCH] [ElmSharp] Add missed document to Scroller Change-Id: I7602b1efbab7ad2632371f8f27c3b8f6feb23806 --- src/ElmSharp/ElmSharp/Scroller.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ElmSharp/ElmSharp/Scroller.cs b/src/ElmSharp/ElmSharp/Scroller.cs index cf7352e..a6063a7 100755 --- a/src/ElmSharp/ElmSharp/Scroller.cs +++ b/src/ElmSharp/ElmSharp/Scroller.cs @@ -783,6 +783,9 @@ namespace ElmSharp } } + /// + /// The callback of Realized Event + /// protected override void OnRealized() { base.OnRealized(); -- 2.7.4