CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of behavior
C#
/// <summary>
    /// Updates the Text value for a <c>TextBox</c> each time a character changes rather than when the Control loses its Focus
    /// </summary>
    public class UpdateTextPropertyChangedBehavior : Behavior<TextBox>
    {
        /// <summary>
        /// Called when the behavior is attached.
        /// </summary>
        protected override void OnAttached()
        {
by Dave Timmins   June 10, 2011 @ 2:47pm
203 Views
no comments
 
C#
namespace BitSpy.Controls.Behaviors.Beahviors.Blend.Behaviors
{
    using System;
    using System.Windows;
    using System.Windows.Controls;
    using System.Windows.Input;
    using System.Windows.Interactivity;
    using System.Security; 
 
    /// <summary>
by Joe Gershgorin   June 19, 2010 @ 1:27pm
1695 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate