Intersoft.Client.Framework Namespace > ISContentControl Class : ContentChangedEvent Field |
Public Shared ReadOnly ContentChangedEvent As RoutedEvent
Dim value As RoutedEvent value = ISContentControl.ContentChangedEvent
public static readonly RoutedEvent ContentChangedEvent
public: static readonly RoutedEvent^ ContentChangedEvent
public MainPage() { // Required to initialize variables InitializeComponent(); ISEventManager.RegisterInstanceHandler(this.LayoutRoot, Intersoft.Client.Framework.ISContentControl.ContentChangedEvent, new ContentChangedRoutedEventHandler(StylishLabel_ContentChanged), false); } private void StylishLabel_ContentChanged(object sender, ContentChangedRoutedEventArgs e) { // Handles content changed }
public MainPage() { // Required to initialize variables InitializeComponent(); EventManager.RegisterClassHandler(typeof(MainPage), Intersoft.Client.Framework.ISContentControl.ContentChangedEvent, new ContentChangedRoutedEventHandler(StylishLabel_ContentChanged), false); } private void StylishLabel_ContentChanged(object sender, ContentChangedRoutedEventArgs e) { // Handles content changed }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2