Esempio n. 1
0
public static string GetSelectionChangedMethodName(LongListSelector element)
{
    return (string)element.GetValue(SelectionChangedMethodNameProperty);
}
Esempio n. 2
0
 public static ICommand GetCommand(LongListSelector selector)
 {
     return (ICommand)selector.GetValue(CommandProperty);
 }
Esempio n. 3
0
public static object GetMethodContext(LongListSelector element)
{
    return element.GetValue(MethodContextProperty);
}