Xwt.DefaultFileSelectorBackend.NotifyFileChange C# (CSharp) Method

NotifyFileChange() private method

private NotifyFileChange ( ) : void
return void
		void NotifyFileChange ()
		{
			if (enableFileChangedEvent)
				EventSink.OnFileChanged ();
		}